@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

/*html, body {
	overflow-x: hidden;
}*/

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    	content: '';
    	content: none;
}

.offed {
	margin-bottom:20px !important;
}

:focus {
	outline: 0 }

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
    	border-collapse: collapse;
    	border-spacing: 0;
}

ul {
	display: block;
	list-style-type: disc;
}

/* 2. BASICS
----------------------------------- */

.hidden {
	display:none !important;
}

.boxed {
	margin:80px auto;
	max-width:1040px;
}

#content {
	background:#FFF;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

strong a {
	color:#858C91;
}

.more-link {
	color:#aaa;
}

.flexslider-blockquote h4 {
	margin-bottom:10px;
}

.flexslider-blockquote p {
	margin:0px auto;
	width:80%;
}

.single h2 {
	margin-bottom:0px;
}

.single header {
	margin-bottom:30px !important;
}

.single .entry-content {
	padding-bottom:30px;
}


#header .columns {
	text-align:center;
	position:relative;
}


.one-half {
	width: 47%;
}

.one-third {
	width: 29.33%;
}

.two-third {
	width: 64.67%;
}

.one-fourth {
	width: 20%;
}

.three-fourth {
	width: 74%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifth {
	width: 37.6%;
}

.three-fifth {
	width: 58.4%;
}

.four-fifth {
	width: 67.2%;
}

.one-sixth {
	width: 13.33%;
}

.five-sixth {
	width: 82.67%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth,.three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 6%;
	margin-bottom: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.faded {
	background:url(images/bg5.png);
	height:100%;
	width:100%;
	position:relative;
}

.contact {
	position:relative;
	z-index:1;
}

.news {
	text-align:center;
}

.news i {
	font-size: 18px;
	color: #7BC3D1;
}

.news .one-third img, .news .one-third fitvid {
	margin-bottom:30px;
}

.news .one-third:nth-child(3n+3) {
	margin-right:0;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

.left {
	text-align:left !important;
	background: none !important;
	padding-top:0px !important;
}

.row p {
	margin-bottom:20px;
}

.format-quote p {
	margin-bottom:0px !important;
}

.format-quote i {
	float:left;
	padding-right:10px;
}

.row p:last-child {
	margin-bottom:0px;
}

.bottomnone {
	padding-bottom:0px !important;
	margin-bottom:0px;
}

.centered {
	text-align: center;
}

.clear {
	padding: 20px;
}

.skillbar-title {
	font-weight:normal;
}

#header .button, #footer .button {
	margin: 0px 20px;
	padding: 12px 24px;
	border: 1px solid #fff;
	background: none;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#header .button:hover, #footer .button:hover {
	background:#7bc3d1;
	border:1px solid #7bc3d1;
}

.button, .button.normal {
	padding: 9px 12px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform:uppercase;
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.button, .button.white {
	padding: 9px 12px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform:uppercase;
	background:none;
	border:1px solid #FFF;
	color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}


.button:hover, .button.normal:hover {
	color:#FFF;
}

.message_box-gray {
	border:1px solid #f6f6f6;
}

.odd .message_box-gray {
	border:1px solid #EEE;
	background:rgba(0,0,0,0.02);
}

.wpcf7 p {
	font-size: 14px;
	font-weight: normal;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.wpcf7 input[type="text"], .wpcf7 textarea {
    	color: #777;
    	border: none;
	background:url(images/bg2.png) repeat;
    	background: rgba(0, 0, 0, 0.02);
    	font: 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-text {
	color: #777;
	border: none;
	background:url(images/bg2.png) repeat;
    	background: rgba(0, 0, 0, 0.02);
	font: 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-submit {
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: none !important;
	border: none;
	padding: 0;
	cursor: pointer;
	text-transform: none;
	line-height: 14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-appearance: none;
}

.wpcf7-submit:hover {
	color:#666;
}


div.wpcf7-validation-errors {
	background-color: #ffcccc;
	color: #c31b00;
	padding:30px;
	border:none;
}

div.wpcf7-mail-sent-ok {
	border:none;
	padding:30px;
	background-color: #d1f7b6;
	color: #5e9537;
}

#header .email, #footer .email {
	margin-top:10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height:22px;
	padding:12px 24px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	border:1px solid #FFF;
	background: none;
	color:#FFF !important;
	min-width:250px;
	margin-right:10px;
}

::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

.button.yellow {
	background: none;
	border:1px solid #fdebae;
	color: #fdebae;
}

.button.yellow:hover {
	background: #fdebae;
}

.button.red {
	background: none;
	border:1px solid #ffcccc;
	color: #ffcccc;
}

.button.red:hover {
	background: #ffcccc;
}

.button.green {
	background: none;
	border:1px solid #d1f7b6;
	color: #d1f7b6;
}

.button.green:hover {
	background: #d1f7b6;
}

.button.blue {
	background: none;
	border:1px solid #c2ddf9;
	color: #c2ddf9;
}

.button.blue:hover {
	background: #c2ddf9;
}

.button.dark {
	color: #666;
	background: none;
	border:1px solid #666;
}

.button.dark:hover {
	background: #666;
	border:1px solid #666;
}

.button.light {
	color: #999;
	background: none;
	border:1px solid #999;
}

.button.light:hover {
	background: #999;
	border:1px solid #999;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: none;
	color: #222222;
}

/* Preloader */

#preloader {
    	position:fixed;
    	top:0;
    	left:0;
    	right:0;
    	bottom:0;
    	background-color:#161d21; /* change if the mask should have another color then white */
    	z-index:99; /* makes sure it stays on top */
}

#status {
    	width:200px;
    	height:100px;
	float:none;
	vertical-align:middle;
	text-align:center;
    	position:absolute;
    	left:50%; /* centers the loading animation horizontally one the screen */
    	top:50%; /* centers the loading animation vertically one the screen */
    	margin:-50px 0 0 -100px; /* is width and height divided by two */
}

#status .logo {
	line-height:100px;
	position:relative;
	float:none;
	text-align:center;
}

#status .logo a {
	-webkit-animation: glow 2s infinite;
	-moz-animation: glow 2s infinite;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

/* 3. ANIMATIONS
----------------------------------- */

/* Animations */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownSlower {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  20% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownSlower {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  20% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownSlower {
  -webkit-animation-name: fadeInDownSlower;
  animation-name: fadeInDownSlower;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.cbp-so-init .cbp-so-side {
	/*opacity: 0;*/
}

.cbp-so-side {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.cbp-so-side-video {
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.cbp-so-side-img {
	/*opacity: 0;*/
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}


.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.cbp-so-init .cbp-so-side {
    /*opacity: 0;*/
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    transform: translateX(-45px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    transform: translateX(45px);
}

.cbp-so-init .cbp-so-side-bottom {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);
}

.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}

.cbp-so-side:after {
    clear: both;
}

.cbp-so-side-right {
}

.cbp-so-side-left {
}

.cbp-so-side-right img {
    float: left; margin-right:7px;
}

.cbp-so-side-left img {
    float: right;
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

/* 4. HEADER
----------------------------------- */

#breadcrumbs li {
	float:left;
	list-style:none;
	padding-left:5px;
}

#fade-overlay {
	background:#000;
	position:relative;
	z-index:1;
}

.headerimage {
	padding-top:50px;
	width:100%;
	text-align:center;
}

.header-showcase {
}

#crumbs {
	list-style:none;
	float:right;
	line-height:32px;
}

#crumbs li a {
	color:#303333;
}

.backstretch {
	background-attachment: fixed;
}

.special div {
	position:relative;
}

.totop {
	float:right;
	padding:10px 0;
	padding-left:30px;
	font-size:12px;
	line-height:60px !important;
	color:#FFF;
	vertical-align:middle;
}

.totop i {
	vertical-align:middle;
}

.socials li {
	margin-left:0px;
	display:inline-block;
	vertical-align:middle;
}

.footer-below .socials li {
	line-height:20px;
}

.z-d {
	position:relative;
}

#overlay {
	background: rgba(0,0,0,0.25);
	overflow: hidden;
	height: 100%;
	z-index: 2;
}

.socials {
	position:relative;
	line-height:27px;
	padding-left:0px;
}

.default {
	padding-bottom:20px;
}

.socials a {
	color:#fff;
	font-size:18px;
	padding-left:10px;
}

.socials a i {
	vertical-align:middle;
}

.socials a:hover {
	color: transparent !important;
	text-shadow: 0px 0px 2px white;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.button-down {
	margin:0px 20px;
	padding: 12px 24px;
	border: 1px solid #000;
	background: none;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing:2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing:2px;
	color: #fff;
	text-transform:uppercase;
	font-size:10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.main-button {
	border-color:#FFF;
}

.button-down:hover, .button-hover {
	background:#7bc3d1;
	border:1px solid #7bc3d1;
}



.button-down i {
	vertical-align:middle;
}

.sharing {
	float:right;
	list-style:none;
}

.sf-menu .default, .sf-menu .default:hover, .sf-menu ul .default {
	background:none !important;
	color:#FFF !important;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
.sf-menu li {
	list-style:none !important;
	position: relative;
	margin-bottom:0px !important;
}
.sf-menu ul {
	list-style:none;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu li i {
	padding-right:5px;
	vertical-align:middle;
}

.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 0px 0px 1px rgba(0,0,0,.05);
	background:rgba(0,0,0,0.2);
	min-width: 10em; /* allow long menu items to determine submenu width */
	*width: 10em; /* no auto sub width for IE7, see white-space comment below */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	color:#FFF;
	background: #152126;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

#footer .columns h2 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom:15px;
	line-height: 27px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase !important;
	font-weight: bold;
}

#header h2, .flexslider h1 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-size:35px;
	line-height:40px;
	margin-bottom:15px;
	margin-top:0px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase !important;
	font-weight:bold;
}

#header, #footer {
	background-color:#161d21;
}

.header-shrink, .header {
	background:#7BC3D1;
}


.coming-soon #header {

}

#header {
	background-color: #000;
	padding:0;
}

.header-wrap-overlay {
	height: inherit;
}

.blog #header .extra, .single #header .extra {
	padding-top:50px;
	padding-bottom:100px;
}

.home #header .extra {
	padding-top:70px;
}

#header .extra {
	padding-top:30px;
	display:block;
	margin-bottom:0px;
}

#header .extra-padding {
	padding-bottom:150px;
}

.seperator {
	color:#FFF;
	opacity:0.5;
}

#header .lead, #footer .columns .lead, .flexslider p {
	color: #FFF;
	opacity:0.9;
	width:80%;
	margin:0 auto;
	text-transform:none;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	font-size:14px;
	text-align:center;
	letter-spacing:3px;
}


/* Mobile navigation */

.collapse-menu-bg {
	background:#161d21;
}

#collapse {
	background:#7BC3D1;
}

.collapse-darker {
	padding:40px 0;
	background:url(images/darker.png);
}

#collapse ul {
	padding-left:0px;
	margin-left:0px;
}

.mobile-menu {
	display:none;
}

.mobile-menu-inner .nav-mobile li {
	color: #fff;
	display: inline-block;
	position:relative;
	margin-top: 1%;
	margin-bottom:1%;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 20px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	width:100%;
	text-align:center;
	padding: 6px 20px 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-menu-inner .nav-mobile li:hover {

}

.mobile-menu-inner .nav-mobile li:hover a {
	color: #fFF;
}

.mobile-menu-inner .nav-mobile li a {
	color: #FFF;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#collapse {
	display:none;
}

.mobile-menu h3 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	padding:15px 0;
	margin-bottom:0px;
	color: #FFF;
	position: relative;
	font-size:12px;
	text-align:center;
}


/* 5. WRAPPER & MAIN SECTIONS
----------------------------------- */

#sidebar .widget {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}

#sidebar .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#sidebar .widget .widgettitle {
	margin-bottom: 30px;
	font-size:14px;
}

#sidebar .widget img {
	max-width:100%;
}

#sidebar select {
	max-width:100%;
	background:none;
	color: #fff;
	-webkit-appearance:none;
	border:1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
	padding:14px;
	border-radius:0px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar .widget input.search-form-input {
	max-width:205px;
	width:100%;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	background:none;
	-webkit-appearance:none;
	border:1px solid #000;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#sidebar .widget input.submit.search-button {
	display:none;
}

#sidebar .widget_meta {}

#sidebar .widget_meta ul {
	list-style:none;
}

#sidebar .widget_meta ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_meta ul li a {}

#sidebar .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

#sidebar .widget_links ul {
	list-style:none;
}

#sidebar .widget_links ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_links ul li a {}

#sidebar .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_twitter ul {
	list-style:none;
}

#sidebar .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#sidebar .widget_archive {}

#sidebar .widget_archive ul {
	list-style:none;
}

#sidebar .widget_archive ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_archive ul li a {}

#sidebar .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_archive select {
	max-width:100%;
	background:none;
	color: #fff;
	-webkit-appearance:none;
	border:1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
	padding:14px;
	border-radius:0px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar .widget_pages {}

#sidebar .widget_pages ul {
	list-style:none;
}

#sidebar .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#sidebar .widget_pages ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_pages ul li a {}

#sidebar .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

#sidebar .widget_links li:after {}

#sidebar .widget_links li:before {}

#sidebar .widget_tag_cloud {}

#sidebar .widget_tag_cloud a {}

#sidebar .widget_tag_cloud a:after {}

#sidebar .widget_tag_cloud a:before {}

#sidebar .widget_calendar {}

#sidebar #calendar_wrap {
	width:100%;
	overflow:hidden;
	border-bottom:0px;
}

#wp-calendar {
	max-width:80%;
	position:relative;
}

#sidebar #calendar_wrap th {}

#sidebar #calendar_wrap td {}

#sidebar #wp-calendar tr td {}

#sidebar #wp-calendar caption {
	text-align:left;
}

#sidebar #wp-calendar a {}

#sidebar #wp-calendar #today {}

#sidebar #wp-calendar #prev {}

#sidebar #wp-calendar #next {}

#sidebar #wp-calendar #next a {}

#sidebar #wp-calendar #prev a {}

#sidebar .widget_categories {}

#sidebar .widget_categories ul {
	list-style:none;
}

#sidebar .widget_categories ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_categories ul ul.children {}

#sidebar .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_categories a {}

#sidebar .widget_categories select{}

#sidebar .widget_categories select#cat {
	max-width:100%;
	background:none;
	color: #fff;
	-webkit-appearance:none;
	border:1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
	padding:14px;
	border-radius:0px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar .widget_categories select.postform {}

#sidebar .widget_categories option {}

#sidebar .widget_categories .level-0 {}

#sidebar .widget_categories .level-1 {}

#sidebar .widget_categories .level-2 {}

#sidebar .widget_categories .level-3 {}

#sidebar .recentcomments {}

#sidebar #recentcomments {}

#sidebar #recentcomments li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar #recentcomments li a {}

#sidebar #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_recent_comments {}

#sidebar .widget_recent_entries {}
#sidebar .widget_recent_entries ul {
	list-style:none;
}

#sidebar .widget_recent_entries ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#sidebar .widget_recent_entries ul li a {}
#sidebar .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .textwidget {
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .widget_text {
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .widget {
	width: 100%;
	font-size: 14px;
	padding: 0px 0px;
	margin-bottom:30px;
	padding-bottom:35px;
	clear: both;
	height:auto;
	border-bottom:1px solid #f9fbfb;
}

#sidebar .widget a:hover, #sidebar .widget li a:hover {
	color:#303333;
}


#sidebar .widget_recent_entries {
}

#sidebar .widget ul li {
	padding-bottom:10px;
}

#sidebar .widget:last-child {
	margin-right: 0;
	padding-right:0;
}

#sidebar .widget:first-child {
	margin-left: 0;
	padding-left:0;
}

#sidebar ul {
	list-style:none;
	padding-left:0px;
}

#wrapper {
	-webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.05);
	position:relative;
	z-index:20;
}

#main {
	-webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

.entry-content {
	margin: 0 auto;
	padding: 55px 0;
	width: 100%;
	max-width:960px;
}

.container .fullwidth {
	padding:0px;
}

#main .odd {
	border-top: 1px solid rgba(0,0,0,0.01);
	border-bottom: 1px solid rgba(0,0,0,0.01);
}

#main .odd:last-child {
		border-bottom:0px;
}

#main section:first-child {
	border-top: none;
}

#main .full-screen {
	border-top:none;
}

.full-screen {
	height:400px;
}

.container section:first-child {
	border-top:none;
}

#main section .row {
	padding:30px 0 30px 0;
}

.container #main .gallery-section .row {
	padding:80px 0 50px 0;
}

.container #main .format-link .row {
	padding-bottom:80px;
}

.container #main section .offset {
	padding:90px 0 90px 0;
}

.container #main section .offsetbottom {
	padding:90px 0 0px 0;
}

.offsetbottom img {
	margin-bottom:0px !important;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.offsetbottom, .centered {
	text-align:center;
}

.offsetbottom p {
	text-align:center;
	margin-bottom:30px !important;
	margin:0 auto;
	width:70%;
}

.flex-container a:active,
.flexslider a:active,
.flexslider-small a:active,
.flexslider-blockquote a:active,
.flex-container a:focus,
.flexslider a:focus,
.flexslider-small a:focus,
.flexslider-blockquote a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.flexslider .slides li, .flexslider-small li, .flexslider-blockquote li {
    	position:relative;
}

.slide .row {
	padding:0px !important;
}

.caption {
    	position:absolute;
    	margin:0 auto;
	bottom:0;
	top:30%;
    	z-index:999;
	max-width:960px;
}

/* FlexSlider Necessary Styles */
.flexslider, .flexslider-small {
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.flexslider-blockquote img {
	max-width:20%;
	height:auto;
	margin-bottom:20px !important;
	margin:0 auto;
	border-radius: 50%;
}

.flexslider .slides > li, .flexslider-small .slides > li, .flexslider-blockquote .slides > li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;

} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .flexslider-small .slides img, .flexslider-blockquote .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*main*/
.flexslider-container {
	position: relative;
	z-index:999;
	margin-bottom:0px;
}

.flexslider, .flexslider-small, .flexslider-blockquote {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0 !important;
	list-style:none !important;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*main*/
.flexslider-container {
	position: relative;
	z-index:999;
}

.flexslider, .flexslider-small, .flexslider-blockquote {
	zoom: 1;
	position: relative;
	overflow:hidden;
}

.flexslider ul, .flexslider-small ul {
	margin: 0 !important;
	list-style:none !important;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flex-direction-nav li {list-style:none;}

/* Control Nav Standard */
.flex-control-nav {z-index:9999;width: 100%; position: absolute; bottom: -5px; text-align:right;}
.lefty .flex-control-nav {z-index:9999;width: 100%; position: absolute; bottom: -5px; text-align:left;}
.lefty .flex-control-nav li {margin-right: 12px; margin-left:0px; display: inline-block; zoom: 1; *display: inline;text-align:center;}
.flex-control-nav li {margin-left: 12px; display: inline-block; zoom: 1; *display: inline;text-align:center;}
.flex-control-paging li a {width: 9px; height: 9px; display: block; border: 1px solid #7bc3d1; opacity:0.4; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { border: 1px solid #7bc3d1; opacity:0.8; }
.flex-control-paging li a.flex-active { border: 1px solid #7bc3d1; opacity:0.8; cursor: default; }

/* Blockquote Control Nav */

.flexslider-blockquote {padding-bottom:40px;}
.flexslider-container .flexslider-blockquote .flex-control-nav {z-index:9999;width: 100%; position: absolute; bottom: -10px; text-align:center;}
.flexslider-container .flexslider-blockquote .flex-control-nav li {margin: 2px 6px; display: inline-block; zoom: 1; *display: inline;text-align:center;}
.flexslider-container .flexslider-blockquote .flex-control-paging li a {width: 9px; height: 9px; display: block; border: 1px solid #7bc3d1; opacity:0.4; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flexslider-container .flexslider-blockquote .flex-control-paging li a:hover { border: 1px solid #7bc3d1; opacity:0.8; }
.flexslider-container .flexslider-blockquote .flex-control-paging li a.flex-active { border: 1px solid #7bc3d1; opacity:0.8; cursor: default; }

.comment #respond {
	margin-top: 0px;
	padding-bottom: 10px;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	text-transform: uppercase;
    	font-size: 11px;
    	font-weight: bold;
    	margin: 5px 0 0 15px;
    	color: #aaa;
    	position: absolute;
    	left: -999px;
}

#respond p {
	position: relative;
	text-align:left;
}

#respond .required {
	color: #E75353;
	display: none;
}

#respond p {
	margin-bottom: 30px;
}

.form-submit {
	margin-bottom:0px !important;
}

.form-submit {
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
  	color: #818B92;
    	border: none;
    	background:url(images/bg5.png) repeat;
    	background: rgba(0, 0, 0, 0.05);
    	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight:300;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    	outline: none;
}

#respond textarea {
    	line-height: 22px;
    	width: 100%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
}

#commentform #submit {
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	border:none;
	padding:0;
	cursor:pointer;
	text-transform: none;
	line-height: 14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#commentform #submit:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	list-style-type: none !important;
	list-style:none;
}

.commentlist li {
	position: relative;
   	padding: 0 0 25px 0;
    	margin: 0 0 0px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
	border-bottom:1px solid #F2F2F2;
    	padding: 0 0 20px 0;
    	margin: 0 0 50px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.children li {
	padding-left: 20px !important;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    	padding: 0;
	margin-bottom:30px;
	display:block;
}

.comment-text {
	position: relative;
}

.comment-text p {
	margin-bottom: 20px !important;
}

.comment-text blockquote {
	background: #eee;
	color: #555;
	padding-bottom: 7px;
}

.comment-text blockquote:after {
	display: none;
}

.comment-text blockquote p {
	padding-left: 0;
}

.reply a {
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	text-align: left;
	margin: 0;
	letter-spacing: 0px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.reply a:hover {
	color: #666;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.comments .children .reply {
	text-align: left;
}

#cancel-comment-reply-link {
	position: relative;
	color: #999;
    	margin: 0 0 0 0;
    	font-size: 9px;
    	text-transform: uppercase;
    	font-weight: bold;
    	display: inline-block;
    	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

#cancel-comment-reply-link i {
	font-size: 18px;
	color: #5bad8a;
}

#cancel-comment-reply-link i:hover {
	color: #555;
	cursor: pointer;
}

.comments .logged-in-as {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 28px;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 0px;
	display: block;
	letter-spacing: 0px;
}

.comments .logged-in-as a {
	color: #777;
}

.comments .logged-in-as a:hover {
	color: #555;
}

.comment-notes {
	width: 100% !important;
	font-size: 15px;
	line-height: 18px;
	text-align:center;
	text-transform: none;
	color: #8c9196;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    	color: #555;
    	font-weight: bold;
    	font-size: 11px;
}

.vcard {
    	float: left;
}

.vcard img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	float: left;
	height: 35px;
	width: 35px;
}

.chat-author .fn {
	font-style:normal;
}

.comment-meta .fn {
    	float: left;
	font-style:normal;
    	margin-top: 0;
	letter-spacing: 0px;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.fn a {
	color: #8c9196;
}

.inner i {
	opacity:0.7;
	filter: alpha(opacity=70);
}

.fn a:hover {
	background: none;
	color: #777;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
    	float: left;
    	margin: 0 0 0 12px;
    	line-height: 16px;
}

.comment-time {
	text-transform: uppercase;
    	font-size: 10px;
    	color: #bbb;
    	display: inline-block;
    	margin-top: 4px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e7e7e7;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

.fitvid p {
	display:none;
}

.entry-wrap {
	margin: 0 auto;
	width:100%;
	position: relative;
}

.blog .entry-wrap {
	border-bottom:1px solid #f9fbfb;
}

.entry-content img {
	max-width:100%;
	height:auto;
}

.entry-content .fitvid, .entry-content img {
	margin-bottom:30px;
}

.entry-content .flexslider {
	margin-bottom:0px;
}

.entry-content .fitvid p {
	display:none;
}

.alignleft { float: left }

.alignright { float: right }

.alignnone { text-align:center; }

.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input[type="password"] {
	color: #777;
    	border: none;
    	background: #EEE;
    	font: 13px/22px "Noto Sans", sans serif;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

sup{
	font-size:xx-small;
	vertical-align:top;
}

sub{
	font-size:xx-small;
	vertical-align:bottom;
}

tbody {
	border:1px solid #EEE;
}

tr {
	border-bottom: 1px solid #EEE;
}

th {
	padding:10px;
}

td {
	padding:10px;
	padding-right:20px;
}

.search-form {
	position: relative;
}

.bypostauthor { }

.archive .gallery-wrap, .search .gallery-wrap {
	display: none;
}
.gallery-wrap {
	margin-bottom: 25px;
}

.sticky {
}

.wp-caption {
	color: #999;
    	max-width: 100%; /* Image does not overflow the content area */
    	text-align: center;
    	text-transform: uppercase;
	overflow:hidden;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 40px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 40px;
}

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 40px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
    	border: 0 none;
    	height: auto;
    	margin: 0;
    	max-width: 98.5%;
    	padding: 0;
    	width: auto;
}

.wp-caption img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow:hidden;
}

.wp-caption:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;
}


.even .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;
	background:#FFF;
}


.odd .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;
	background:rgb(244, 244, 246);
}


#widget {
	width:100%;
}

.gallery {
	margin-bottom: 0px !important;
	text-align: center;
}

.gallery-caption {
	text-align: center;
}

.gallery-item {
	display: inline-block !important;
	float:left !important;
    	margin-right: 4%;
    	margin-bottom: 2%;
	margin-top:2%;
}

.gallery-item:hover, .news .row img:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.gallery-columns-4 .gallery-item:nth-child(4) {
    	margin-right: 0 !important;
}

.gallery-columns-3 .gallery-item:nth-child(3), .gallery-columns-3 .gallery-item:nth-child(7), .gallery-columns-3 .gallery-item:nth-child(10), .gallery-columns-3 .gallery-item:nth-child(13) {
    	margin-right: 0 !important;
}

.gallery-columns-2 .gallery-item:nth-child(2), .gallery-columns-2 .gallery-item:nth-child(4), .gallery-columns-2 .gallery-item:nth-child(6), .gallery-columns-2 .gallery-item:nth-child(8) {
    	margin-right: 0 !important;
}

.gallery-icon {
}

.gallery-columns-4 .gallery-item {
	width:22% !important;
	margin-top:0px !important;
}

.gallery-columns-3 .gallery-item {
	width:30.66% !important;
}

.gallery-columns-2 .gallery-item {
	width:48% !important;
}

.gallery-item img {
	position:relative;
    	height: auto;
    	padding: 0px;
	width:100%;
    	border: none !important;
}

.widgetContainer {
	position: absolute;
	max-width: 960px;
	min-width: 288px;
	height: 100%;
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

 li.categories {}
 li.cat-item {}
 li.cat-item-{id} {}
 li.current-cat {}
 li.current-cat-parent {}
 {
	margin-top:30px;
}

.linkcat {}
.blogroll {}

.blog h2 {
	font-size:20px;
	margin-bottom:5px !important;
}

.blog .entry-content header {
	margin-bottom:30px;
}

.blog .one-third .larger {
	font-size:60px;
	text-align:center;
	opacity:0.6;
}

.blog .oddeven .one-third {
	text-align:center;
}

.entry-title {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:2px;
	margin-bottom: 30px;
	color: #303333;
	text-align:left;
	font-size: 22px;
	line-height: 32px;
}

.entry-title a {
	color: #303333;
}

.date-title {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
}

.archive-title-wrapper .entry-title {
	margin-bottom:0px !important;
	text-align:center;
}

.archive-title-wrapper input {
	color: #aaa;
    border: none;
    background:url(images/bg2.png) repeat;
    background: rgba(0, 0, 0, 0.02);
    font-size: 13px;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.archive-title-wrapper fieldset {
	float:right;
}

.righty {
	float:right;
}

.lefty img {
	float:left;
}

.righty img {
	float:right;
}

.entry-title a:hover {
}

.single .centered .more-link {
	display:none;
}

.meta {
	margin-bottom:20px;
	font-size:14px;
	list-style:none;
	padding-left:0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
}

#quote_wrap {
	min-height: 94px;
	text-align:center;
}

.map {
	position:relative;
	min-height:400px;
	background:#000 !important;
	color:#FFF;
	text-align:center;
	display:table;
	width:100%;
	border-top:0px !important;
}

.map .row {
	vertical-align: middle;
	display: table-cell;
	width:100%;
	padding:0px !important;
}

.map h2 {
	color:#FFF;
	font-size:60px;
}

#map-canvas {
  	height: 100%;
  	position: absolute;
  	top: 0;
  	bottom: -200px;
  	left: 0;
  	right: 0;
  	z-index: 0;
	opacity:0.5;
	background-color:#000;
}

.meta strong {
	font-weight:normal;
}

.meta a {
	color: #aaa;
	border-bottom: 1px dotted #888;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.meta a:hover {
}


#commentform #submit {
	padding: 12px 13px;
	font-size: 8px;
	font-family: "Montserrat", Helvetica, 'open sans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

#commentform #submit:hover {
    	color: #FFF;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding-top:0px;
	list-style-type: none !important;
	list-style:none;
	width:100%;
	margin-left:0px;
	padding-left:0px;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.commentlist li {
	position: relative;
   	padding: 0 0 25px 0;
    	margin: 0 0 25px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 0 30px 0;
    	margin: 0 0 0px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.children li {
	padding-left: 5px !important;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#reply-title {
	display:none;
}

#page-header {
	background:#F8F8F8;
}

.archive-title-wrapper {
	padding-bottom: 0px !important;
	padding: 55px 0 0 0!important;
	text-align: left !important;
}

#page-header .archive-title-wrapper {
	padding:30px 0 !important;
}

.archive-title-wrapper .button {
	margin-top:0px;
}









/***************************************
THE PERFECT TRAVEL COMPANION STYLES
***************************************/


/********************
PAGE SECTION STYLES
********************/



video#bgvid {
/*position: fixed; */
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 1000000;
background: url("images/girl_on_comp_bg_.jpg") no-repeat;
background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}


button#vidpause {
position: absolute;
z-index: 10000000;
top: 0;
left: 0;
}


#myModal1 {
top:5%;
/*right:50%;*/
outline: none;
}

#the-perfect-travel-companion-section-1-why-download .why-download {
 background-image: url("images/girl_on_phone_bg.jpg");
 /*height: 939px;*/
 height: auto;
 min-height: auto;
}


.what-you-can-win {
 background-image: url("images/plain_tickets_bg.jpg");
 height: 850px !important;
}

.landing-page {
	background-image: url("images/video_image_placeholder.jpg");
	height: 939px;
}

.video-max {
	background-image: url("images/girl_on_comp_bg_.jpg");
	height: 939px;

}

#the-perfect-travel-companion-landing-page-section-0 {
	background-color: #212121;
}


.background-stretch {
  background-size: cover;
}

.page-section {
  overflow: hidden;
  position: relative;
}


.full-width-custom  {
  background-attachment: scroll;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 100px;
  /*padding: 10px 0;*/
}


.page-section-full-height {
 /* min-height: 939px;*/
}

.page-section-min-height {
  min-height: 300px;
}



.half_right_layout {
    right: 0;
}

.half_left_layout {
    left: 0;
}



.half-layout {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}


/*************************
END OF PAGE SECTION STYLES
**************************/





/**************************************
PAGE STYLES
************************************* */


#tptc {
	font-family: gotham;
}


.borderExtend {
width: 5000px;
}

.borderExtend2 {
width: 1000px;
}

.pad-right {
    padding-right: 15px;
}

.tickets-image {
	height: 900px !important;
    left: 190px;
    max-width: 1000px !important;
    position: absolute !important;
    top: -190px;
}

.winText {
	color:#fff;
	float:left;
	text-align: left;
	width:600px;
}

.WinCheckingIn {
  padding: 2em;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 15px !important;
  font-weight: bold !important;
  text-transform: none !important;
  color: #fff;
  text-align: left;
}

.WinNFL {
  font-weight: normal !important;
  font-size: 30px !important;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
  width:500px;
}




.leftty {
	 margin-bottom:0px;
    text-align: left;

}
.increaseTextVerticalSpace {
    line-height:2em;

}

.increaseTextVerticalSpace2 {
    line-height:2em;
}

.whyDownloadBorder {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left:1px solid #fff;
    padding:1.5em;
}


.move-left {
    float-right;
}

.header2Style {
	font-family: gotham-light !important;
	font-size: 90px;
	text-align:center;
	color: #ffffff;
	font-style:normal;
	font-weight:300;
	margin-top:0px;
	margin-bottom:18px;
	text-transform:none;
	letter-spacing:5px;
}

.header2Style2 {
	font-size: 20px;
	text-align:center;
	color: #ffffff;
	font-style:normal;
	font-weight:300;
	margin-top:0px;
	margin-bottom:18px;
	text-transform:none;
	letter-spacing:3px;
	margin-top: 1.5em;
	font-family: gotham-light !important;
}

.addingMargintoTop {
	margin-top: 345.5px;
}


#main .notOdd {
	border-top: none !important;
	border-bottom: none !important;
}

.opcity {
	opacity: 1 !important;

}

.opcity2 {
	opacity: 1 !important;

}

/**************************************
END OF PAGE STYLES
************************************* */


/**************************************
BUTTON STYLES
************************************* */

  .btn-front-page {
    background: none repeat scroll 0 0 #b51e3c;
    border: 2px solid #212121;
    color: #ffffff;
    font-family: gotham-bold;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 20px 40px;
    text-decoration: none;
}

.btn-front-page:hover {
  background: ##B51E3C;
  text-decoration: none;
}


.google-btn {
	background-image: url("images/GooglePlayButton1.png");
	background-repeat: no-repeat;
	height: 41px;
    width: 135px;


}

.apple-btn {
	background-image: url("images/AppStoreButton1.png");
	background-repeat: no-repeat;
	height: 41px;
    width: 135px;

}

ul.StoreIconButtons {
text-decoration: none;
list-style-type: none;
padding-left: 0px !important;
}


ul.StoreIconButtons li {
	float:left;
}



/**************************************
END OF BUTTON STYLES
************************************* */





/**************************************
FOOTER STYLES
************************************* */
#footer p {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 10px;

}

#footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #d8d8d8;
    color: #9d9d9d;
    font-size: 10px;
}


#footer {
    color: #7d838b;
    padding: 0;
}


.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}


#footer .row {
    padding: 10px 0;
}





.row {
    margin-left: -15px;
    margin-right: -15px;
}



.clearfix {
    height: 1%;
}


#footer {
    color: #9d9d9d;
    font-size: 10px;
}

#footer li {
    display: inline-block;
    /*padding-right:20px;*/
}

#footer ul {
 list-style-type:none;
}




#footer a {
    color: #404040;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#footer a:hover {
    color:#000;
    text-decoration: underline;
}

/**************************************
END OF FOOTER STYLES
************************************* */





/**************************************
STICKY FOOTER BOTTOM STYLES
************************************* */

.transparent-bg {

}

.border-left {
    border-left: 1px solid #333;
}

.bottom-sticky-footer {
	font-family: gotham-medium;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    text-transform: uppercase;
    opacity: 0.9;
    background-color: #000;
    height:60px;
}

.bottom-sticky-footer .push-left {
    float: none;
    margin: 0;
    position: relative;
}

.bottom-sticky-footer .push-right {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}


.stick {
    position: fixed;
    margin-top: 65px;
    top:0;
    width: 100%;
    z-index: 10000;
    text-transform: uppercase;
    opacity: 0.9;
    background-color: #000;
    height: 60px;
}



.border3 {
	font-family: gotham-Medium !important;
	font-size: 20px;
	text-align:left;
	color: #ffffff;
	font-style:inhert;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:18px;
	letter-spacing:0px;
	margin-bottom: 80px;
}

.bee4 {
	font-family: gotham-light !important;
	font-size: 40px;
	text-align:left;color: #ffffff;
	font-style:inhert;
	font-weight:inherit;
	margin-top:25px;
	margin-bottom:10px;
	text-transform:none;letter-spacing:2px;
	margin-bottom: 50px;
}

.pfirst {
	font-family: gotham-light !important;
	font-size: 16px;
	color: #fff;
}


.bottom-sticky-footer li {
	font-family: gotham-medium !important;
	font-size: 20px;
    border-right: 1px solid #333;
    display: inline-block;
    height: 50px;
    padding-top: 0.5em;
    text-align: center;
    width: 190px;
}


.bottom-sticky-footer li a:hover {
    border-bottom: 3px solid #b51e3c;
}

.push-right {
    float:right;
}

.push-left {
    float:left;
    margin-left: 40%;
}

.bottom-sticky-footer li a {
    color: #fff;
    font-size: 0.75em;
}

.clearTPTC {
    clear:both;
}





/******************************************
RESPONSIVE DESIGN
******************************************/





/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

   #bottom-sticky-footer {
     display: none;
   }

 .bottom-sticky-footer {
 	display: none;
 }


   .addingMargintoTop {
	margin-top: -350px;
}

   .half-layout {
   	background-size:cover;
   	width: 100% !important;
	height: 500px;
   }

   .half_left_layout {

   }

   .cbp-so-side-right img {
     float: none;
    }

.cbp-so-side-left img {
    float: none;
    }


.page-section-full-height {
  /*min-height: 500px;*/
  min-height: auto;
}


.why-download {
 background-image: url("images/girl_on_phone_bg.jpg");
 /*height: 500px;*/
 min-height: auto;
}



.half-layout {
width: auto!important;
margin: 0;
padding-top: 530px;
padding-left: 20px;
padding-right: 20px;
float: none!important;
}

.half-layout {
position: relative;
z-index: 5;
padding-left: 20px;
padding-right: 20px;
width: 40%;
margin: 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.header2Style {
	font-size: 3em !important;
}

.header2Style2 {
	font-size: 1.2em !important;
}

.righty {
 	float:none;
 }


  .lefty {
  	float:none;
 }

.background-stretch {
    background-size: cover;
}







}/* END of Smartphones (portrait and landscape) ----------- */




/*iPad in portrait & landscape*/
@media only screen
and (max-width : 1023px)  {

 #bottom-sticky-footer {
     display: none;
   }

 .bottom-sticky-footer {
 	display: none;
 }


}/*END OF iPad in portrait & landscape*/



/*iPad in landscape*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {


.header2Style {
	font-size: 2.2em !important;
}

.header2Style2 {
	font-size: 1em !important;
}

.page-section-full-height {
 /* min-height: 739px;*/
 min-height: auto;
}


.why-download {
 background-image: url("images/girl_on_phone_bg.jpg");
 background-size: cover;
 min-height: auto;
 height: auto;
 /*height: 739px;*/
}


.landing-page {
	background-image: url("images/video_image_placeholder.jpg");
	height: 939px;
}

.video-max {
	background-image: url("images/girl_on_comp_bg_.jpg");
	height: 739px;

}





}





/*iPad in portrait*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

   .addingMargintoTop {
	margin-top: -350px;
}

   .half-layout {
   	background-size:cover;
   	width: 100% !important;
	height: 500px;
   }

   .half_left_layout {

   }

   .cbp-so-side-right img {
     float: none;
    }

.cbp-so-side-left img {
    float: none;
    }


.page-section-full-height {
  min-height: 500px;
}


.why-download {
 background-image: url("images/girl_on_phone_bg.jpg");
 /*height: 500px;*/
 background-size: cover;
 min-height: auto;
 height: auto;
}



.half-layout {
width: auto!important;
margin: 0;
padding-top: 530px;
padding-left: 20px;
padding-right: 20px;
float: none!important;
}

.half-layout {
position: relative;
z-index: 5;
padding-left: 20px;
padding-right: 20px;
width: 40%;
margin: 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.header2Style {
	font-size: 3em !important;
}

.header2Style2 {
	font-size: 1.2em !important;
}

.righty {
 	float:none;
 }


  .lefty {
  	/*float:none;*/
 }



 }/*END OF iPad in portrait*/







 /*iPhone 2G-4S in portrait*/
@media only screen
and (min-width : 320px)
and (max-width : 480px)
and (orientation : portrait) {

 #bottom-sticky-footer {
     display: none;
   }

 .bottom-sticky-footer {
 	display: none;
 }




.header2Style {
	font-size: 2.2em !important;
}

.header2Style2 {
	font-size: 0.7em !important;
}


.btn-front-page {
    background: none repeat scroll 0 0 #b51e3c;
    border: 2px solid #212121;
    color: #ffffff;
    font-family: gotham;
    font-size: 0.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    text-decoration: none;
}


.bee4 {
font-family: gotham-light !important;
font-size: 1.4em;
text-align: left;
color: #ffffff;
font-weight: inherit;
margin-top: 25px;
text-transform: none;
margin-bottom: 50px;
}

.border3 {
 	font-size: 0.9em;
 	margin-bottom: 1em;
 }

 .righty {
 	float:none;
 }


  .lefty {
  	float:none;
 }


.background-stretch {
    background-size: cover;
}


}  /*END OF iPhone 2G-4S in portrait*/



/*iPhone 6 in portrait & landscape*/
@media only screen
and (min-width : 375px)
and (max-width : 667px) {

  #bottom-sticky-footer {
     display: none;
  }

 .bottom-sticky-footer {
 	display: none;
 }

 .border3 {
 	font-size: 0.9em;
 	margin-bottom: 1em;
 }


.righty {
 	float:none;
 }


  .lefty {
  	float:none;
 }

 .background-stretch {
    background-size: cover;
}






}/* END OF iPhone 6 in portrait & landscape*/






/*iPhone 5 & 5S in portrait & landscape*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

 #bottom-sticky-footer {
     display: none;
  }

 .bottom-sticky-footer {
 	display: none;
 }

 .border3 {
 	font-size: 0.9em;
 	margin-bottom: 1em;
 }

 .righty {
 	float:none;
 }


  .lefty {
  	float:none;
 }


.background-stretch {
    background-size: cover;
}



}/*END OF iPhone 5 & 5S in portrait & landscape*/




@media only screen and (max-width : 1024px) {


}



/******************************************
END OF RESPONSIVE DESIGN
******************************************/




.video-full {
  background-image: url(../../images/girl_on_comp_bg_.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#video-half {
  background: #212121;
  /*background-image: url(../../images/video_image_placeholder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
}

#section1 {
  /*display: block;*/
  padding: 10% 0;
}
#section1 .half-layout {
  position: relative;
  /*display: block;
  float: left;*/
  overflow: hidden;
}
.flexslider-video-half {
  position: relative;
  overflow: hidden;
}
#video, #section1 {
  min-height: 0 !important;
}

#section1 .bottom-sticky-footer {
  left: 0;
}

.header2Style {
  line-height: 1em;
}

.table {
  display: table;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

#tptc #footer a, #tptc #footer p {
  font-family: 'source_sans_proregular', serif;
}

#tptc .download-buttons {
  padding: 0;
}

#tptc .download-buttons li {
  padding-left: 0;
  display: inline-block;
  margin: 0 5px;
  margin-top: 30px;
}

.fluid-width-video-wrapper {
  display: table;
}
.fluid-width-video-wrapper iframe {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  .video-full { display: none; }
}

@media only screen and (max-width : 1320px) {
  .header2Style {
    font-size: 65px;
  }
}
@media only screen and (max-width : 1024px) {
  #section1 {
    display: block;
    padding: 10% 0;
  }
  #section1 .half-layout {
      margin: 100px 0 35px;
      display: block;
      width: 100%;
      padding-top: 0;
      height: auto;
  }
  .why-download {
    height: auto !important;
  }
  #section1 #video-half {
    margin: 0;
  }
  .middle {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #section1 {
    padding: 10% 0;
  }
  #section1 .half-layout {
    padding: 0;
  }
  #section1 #video-half {
    margin: 0;
  }
  .table {
    height: auto;
  }
  #section1 {
    display: block;
    padding: 10% 0;
  }
  #section1 .half-layout {
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .why-download {
    background: #55606E;
  }
}

/******************************************
END OF THE PERFECT TRAVEL COMPANION STYLES
******************************************/


.cbp-so-scroller p{ font-size:18px; color:#393939;}
.mpbilpart h3{color: #4a005a;font-size: 24px;font-weight: 600;line-height: 42px;text-align: left;text-transform: inherit;/* background-position: 0px 45px; padding-bottom:25px;*/}

.mobile-line{background-image:url(../images/line1.png); background-repeat:repeat-x;}
.mobile-line2{background-image:url(../images/line3.png); background-repeat:repeat-x;}
.mobile-line2{background-image:url(../images/line3.png); background-repeat:repeat-x;}


.mpbilpart .mobilebanner p{ font-size:18px; color:#fff;}
.mpbilpart .mobilebanner h3{color:#fff;font-size: 24px;font-weight: 600;line-height: 42px;text-align: left;text-transform: inherit;}
.mobilebanner1{ margin-top:40px;}
.mobile2 img{ margin-bottom:30px; text-align:center;}

.download-buttons li{display: inline-block;}





